Interface FifoQueue

All Superinterfaces:
IPCObject, QueueProcess
All Known Implementing Classes:
FifoQueueImpl

public interface FifoQueue extends QueueProcess
Information provided by the PKI file:

    \class CFifoQueue
    
    \brief CFifoQueue handles and manipulates policy maps.
    
    \example network().getDevice("Router0").getCbwfqManager().getCbwfqAt(0)
    
Author:
Auto-generated
  • Method Details

    • getQueueCount

      int getQueueCount()
      Information provided by the PKI file:
      
          \brief Returns queue count which is 1.
          
          \return int, queue count which is 1.
          
              
      Returns:
      int Returns a int
    • getQueueAt

      Queue getQueueAt(int i)
      Information provided by the PKI file:
      
          \brief Returns the queue but if i > queue count throw exception.
          
          \return Queue, the queue.
          
              
      Parameters:
      i - Takes in a parameter of i
      Returns:
      Queue Returns a Queue